Documentation
LiveSPInstallation Operating GuideDownload PDF
Appendix : Docker configuration : Docker certificates
Docker certificates
Manage certificates with LiveSP
You can manage the creation of all the Docker certificates from a script bundled within the LiveSP installer:
scripts/generate-docker-certificates.sh
This script will ensure you have all the required certificates on your servers and create them if some are missing. You can use the -f option to force the generation of all certificates (and CA).
Manage certificates with manually
You can also opt for managing your certificates with your own tools or at hand. In that case please read the following Docker link: protect the Docker daemon socket and ensure you have the Docker certificates created in the following path:
/etc/docker/certs/ca.pem (CA public key)
/etc/docker/certs/server-cert.pem (Docker daemon certificate signed by the CA)
/etc/docker/certs/server-key.pem (Docker daemon certificate private key)
/home//.docker/ca.pem (CA public key)
/home//.docker/cert.pem (Docker daemon certificate signed by the CA)
/home//.docker/key.pem (Docker daemon certificate private key)